-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add transfer-functions and hdr-metadata to video-capabilities. #300
Conversation
One question that could use further input is whether the two new values are independent, i.e. if you have:
Is it always true that all four combinations are possible? If not, then we might have to adjust the data model to be a list of Probably requires looking at some HDR displays to see what the constraints are in the real world. |
After reviewing some of the relevant documentation around the three linked fields
Encoding 1:
Encoding 2:
For this reason I think we should report the HDR capabilities as a list of pairs, so this can be conveyed in one encoding:
meaning that encoding could convey either HLG or HDR10+. For completeness, here is what it would look like with
Note, per the issue linked below, Dolby has registered a number of MIME types to represent their proprietary HDR metadata encodings, so remote playback capability detection for these formats would be handled by the [1] w3c/media-capabilities#136 |
@chrisn, we have resolved the issues preventing PRs from landing on the OSP spec. Feel free to take a look. |
Thank you, somehow I missed your previous comment here, I'll take a look. |
I agree.
This sounds good.
I see. If we need to we can follow this up with them via the new A/V Media Formats CG, which started at TPAC 2022. |
Filed #305 |
Ok, updated PR to reflect this change. |
Feel free to review the current PR @chrisn with the changes I proposed, however, the spec generation is currently broken again so you won't be able to see an HTML preview yet. |
Thanks. I've asked a colleague for advice on this part:
|
Hi @chrisn, did you have any additional feedback on the PR? Regarding:
Would definitely appreciate any feedback on this. However, the protocol proposed in the PR should support this use case if it is necessary. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is good, thanks!
Thanks! |
SHA: 246bc07 Reason: push, by mfoltzgoogle Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Addresses Issue #194: [Remote Playback] Capabilities for HDR rendering and display
This adds two fields to the
receive-video-capability
message that allows the receiver to list the HDR metadata types and transfer functions that the media receiver can accept.The values are used by reference from the corresponding enums in the Media Capabilities API. This was discussed, briefly, in the minutes of the joint SSWG/Media WG meeting:
https://www.w3.org/2022/01/11-mediawg-minutes.html#t01
Preview | Diff